<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.width{
	width: 1200px;
	margin: 0 auto;
}
.white{
	color:#fff;
}
.white a{
	color:#fff;
}
.white a:visited{
	color:#fff;
}
.white a:hover{
	color:#ffffff;
}
.blcak{
	color: #000;
}
.blcak a{
	color: #000;
}
.blcak a:visited{
	color: #000;
}
.blcak a:hover{
	color: #000;
}
.red{
	color: #fff;
}
.red a{
	color: #fff;
}
.red a:visited{
	color: #fff;
}
.red a:hover{
	color: red;
}
.fl{
	float: left;
}
.fr{
	float: right;
}
.action{
	transition: all .4s ease;
	-moz-transition: all .4s ease;
	-webkit-transition: all .4s ease;	
	-o-transition: all .4s ease;
}
.action:hover{
	transition: all .4s ease;
	-moz-transition: all .4s ease;
	-webkit-transition: all .4s ease;	
	-o-transition: all .4s ease;
}



/*banner*/
.rslides {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
  padding: 0;
  margin: 0;
  }

.rslides li {
  -webkit-backface-visibility: hidden;
  position: absolute;
  display: none;
  width: 100%;
  left: 0;
  top: 0;
  }

.rslides li:first-child {
  position: relative;
  display: block;
  }

.rslides img {
  display: block;
  height:auto;
  border: 0;
  width: 100%;
  }
.slide_container {
  position: relative;
  width: 100%;
  }

.slide {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
  padding: 0;
  margin: 0;
  }

.slide li {
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  }
 .slide_nav {
  position: absolute;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  top: 52%;
  left: 0;
  opacity: 0.7;
  z-index: 3;
  text-indent: -9999px;
  overflow: hidden;
  text-decoration: none;
  height: 61px;
  width: 38px;
  background: transparent url(../images/themes.gif) no-repeat left top;
  margin-top: -45px;
  }

.slide_nav.next {
  left: auto;
  background-position: right top;
  right: 0;
  }
/*header*/
.logo{
	margin-top: 27px;
}
.nav-bg .mobile_nav&gt;ul&gt;li{
	float: left;
	line-height: 96px;
	text-align: center;
	padding: 0 10px;
	position: relative;
}
.nav-bg .mobile_nav&gt;ul&gt;li&gt;a{
	display: block;
	padding: 0 10px;
	border-bottom: solid 5px #fff;
}
.nav-bg .mobile_nav&gt;ul&gt;li:hover&gt;a{
	border-bottom: solid 5px #ee0a1a;
}
.nav-bg .mobile_nav&gt;ul&gt;li&gt;#menu_selected{
	border-bottom: solid 5px #ee0a1a;
}
.nav-bg .mobile_nav ul li a span{
	color: #2b2b2b;
	font-size: 14px;	 
}
.nav-bg .mobile_nav&gt;ul&gt;li&gt;ul{
	display: none;
}
.nav-bg .mobile_nav&gt;ul&gt;li:hover&gt;ul{
	display: block;
	position: absolute;
	top: 100px;
	left: 50%;
	margin-left: -110px;
	z-index: 999;
}
.nav-bg .mobile_nav&gt;ul&gt;li&gt;ul&gt;li{
	text-align: left;
	padding-left: 10px;
	line-height: 40px;
	width: 220px;
	background: #fff;
}
.nav-bg .mobile_nav&gt;ul&gt;li&gt;ul&gt;li:hover&gt;a span{
	color: #ee0a1a;
}


#full-screen-slider { width:100%; /*height:600px;*/ position:relative}
#slides { display:block; width:100%; height:600px; list-style:none; padding:0; margin:0; position:relative}
#slides li { display:block; width:100%; height:100%; list-style:none; padding:0; margin:0; position:absolute}
#slides li a { display:block; width:100%; height:100%; text-indent:-9999px}
#pagination { display:block; list-style:none; position:absolute; left:20%; top:480px; z-index:9900;  padding:5px 15px 5px 0; margin:0}
#pagination li { display:block; list-style:none; width:10px; height:10px; float:left; margin-left:15px; border-radius:5px; background:#FFF }
#pagination li a { display:block; width:100%; height:100%; padding:0; margin:0;  text-indent:-9999px;}
#pagination li.current { background:#0092CE}
/*footéƒ¨åˆ†*/
.footer-bg{
	background: url(../images/footer-bg.jpg) no-repeat center top;
	padding: 44px 0;
}
.footer-box{
	margin-right: 30px;
}
.footer-dh p{
	font-size: 18px;
	color: #ee0a1a;
	font-weight: bold;
}
.footer-dh{
	font-size: 13px;
	color: #393939;
	text-transform: uppercase;
	margin-top: 28px;
}
.footer-lxr{
	margin-left: 70px;
}
.footer-lxr ul li{
	font-size: 14px;
	color: #393939;
	line-height: 48px;
}
.footer-lxr span{
	margin: 0 30px;
}

.footer-xz{
	padding-bottom: 10px;
}
.footer-navtop ul li{
	float: left;
	border-bottom: solid 1px #ee0a1a;
	line-height: 70px;
	width: 300px;
}
.footer-navtop ul li a{
	font-size: 16px;
	color: #ee0a1a;
}
.footer-navb{
	margin-top: 10px;
}
.footer-navb&gt;ul&gt;li{
	float: left;
	width: 300px;
}
.footer-navb&gt;ul&gt;li ul li a{
	font-size: 14px;
	color: #ee0a1a;
	line-height: 30px;
}

.bottom-bg{
	background: #efefef;
	padding: 35px 0;
}
.footer-logo{
	margin-top: 28px;
}
.wzbb{
	color: #2b2b2b;
	font-size: 14px;
	line-height: 28px;
}
.wzbb a{
	color: #2b2b2b;
}
.foot-content{
	color: #2b2b2b;
}
.foot-content a{
	color: #2b2b2b;
}
/*å†…é¡µéƒ¨åˆ†*/
.ny-nrbg{
	background: #efefef;
	line-height: 40px;
}
.ny-location{
	font-size: 14px;
	color: #2b2b2b;
}
.ny-location a{
	font-size: 14px;
	color: #2b2b2b;
}
.ny-location1{
	font-size: 14px;
	color: #fff;
	background: #ee0a1a;
	line-height: 40px;
	padding-left: 30px;
	margin-bottom: 30px;
}
.ny-location1 a{
	font-size: 14px;
	color: #fff;
}

.ny-bg{
	padding: 60px 0;
}
.ny-neirong{
	width: 920px;
}
.ny-neirong1{
	margin-top: 40px;
}


.ny-img img{
	width: 100%;
}



.ddsmoothmenu-v{
	background: #ee0a1a;
	padding: 10px;
}
.related-list{
	line-height: 50px;
}
.lbox-top {
    text-align: center;
    background: #006bc5;
}
.cp-navbot{
	background: #64dad3;
	padding: 30px 43px;
}
.cp-navbot p:first-child{
	font-size: 18px;
	color: #fff;
}
.cp-navbot p:first-child img {
    margin-right: 10px;
    vertical-align: middle;
}
.cp-navbot p:last-child {
    font-size: 26px;
    color: #fff;
}
.ny-topbg{
	background: url(../images/zj-bg.jpg) repeat-y;
}
.ny-dqwz{
	width: 275px;
	text-align: right;
}



.ny-dbt{
	font-size: 25px;
	color: #ee0a1a;
	font-weight: bold;
}
.ny-con{
	background: #fff;
	padding-top: 40px;
}
.ny-xwmore{
	width: 87px;
	line-height: 26px;
	border: solid 1px #a20700;
	text-align: center;
	margin-top: 10px;
}
.ny-xwmore a{
	font-size: 13px;
	color: #ee0a1a;
}


#spec-n1{
	height: 280px;
	overflow: hidden;
}
.nygcal-js{
	font-size: 14px;
	line-height: 30px;
	color: #2b2b2b;
}




/*= common css to all effects =*/
.single-member{width: 100%; float: left;  text-align: center; position: relative;}
.member-image img{max-width: 100%; vertical-align: middle;}
.h3 a {font-size: 24px; font-weight: normal; margin: 10px 0 0; text-transform: uppercase;}
.social-touch a{display: inline-block; width: 27px; height: 26px; vertical-align: middle; margin: 0 2px; background-image: url(../images/social-icons.png); background-repeat: no-repeat; opacity: 0.7; transition: 0.3s;}
.social-touch a:hover{opacity: 1; transition: 0.3s;}
.fb-touch{background-position: 0 0;}
.tweet-touch{background-position: -35px 0;}
.linkedin-touch{background-position: -71px 0;}
.icon-colored .fb-touch{background-position: 0 -27px;}
.icon-colored .tweet-touch{background-position: -35px -27px;}
.icon-colored .linkedin-touch{background-position: -71px -27px;}
/*= common css to all effects end =*/







/* Style the thumbnails */
.pika-thumbs{ padding: 0 16px; height: 75px; }
.pika-thumbs li{ width: 144px; height:74px; margin: 10px 0 0 17px; padding: 0; overflow: hidden;
    float: left; list-style-type: none;padding: 3px; margin: 0 5px; background: #fafafa; border: 1px solid #e5e5e5; cursor: pointer;}
.pika-thumbs li .clip {position:relative;height:100%;text-align: center; vertical-align: middle; overflow: hidden;}

/* The stage is the wrapper. The image fills 100% the height of the stage */
.pika-stage, .pika-textnav {width: 400px;}
.pika-stage {position: relative; background: #fafafa; border: 1px solid #e5e5e5; padding: 10px 10px 40px 10px; text-align:center; height:250px;}
.pika-stage img{height:100%;}
.pika-stage .caption {position: absolute; /*background: #000; background: rgba(0,0,0,0.75);  border: 1px solid #141414;*/ font-size: 11px; 
    color: #fafafa; padding: 10px; text-align: right; bottom: 50px; right: 10px;}
.pika-stage .caption p {padding: 0; margin: 0; line-height: 14px;}

/* Ths play, pause, prev and next buttons */
.pika-imgnav a {position: absolute; text-indent: -5000px; display: block;z-index:3;}
.pika-imgnav a.previous {background: url(../images/prev.png) no-repeat left 45%; height: 100%; width: 50px; top: 10px; left: 10px;cursor:pointer;}
.pika-imgnav a.next {background: url(../images/next.png) no-repeat right 45%; height: 100%; width: 50px; top: 10px; right: 10px;cursor:pointer;}
.pika-imgnav a.play {background: url(../images/play.png) no-repeat 0% 50%; height: 100px; width: 44px;top:0;left:50%;display: none;cursor:pointer;}
.pika-imgnav a.pause {background: url(../images/pause.png) no-repeat 0% 50%; height: 100px; width: 44px;top:0;left:50%;display:none;cursor:pointer;}

/* The previous and next textual buttons */
.pika-textnav {overflow: hidden; margin: 10px 0 0 0;bottom:10px; position:absolute;}
.pika-textnav a {font-size: 12px; text-decoration: none; color: #333; padding: 4px;}
.pika-textnav a.previous {float: left; width: auto; display: block;}
.pika-textnav a.next {float: right; width: auto; display: block;}

/*for the tool tips*/
.pika-tooltip{font-size:12px;position:absolute;color:white;padding:3px; background-color: rgba(0,0,0,0.7);border:3px solid black;}
.pika-counter{position: absolute;bottom: 45px;left:15px;color:white;background:rgba(0,0,0,0.7);font-size:11px;padding:3px;-moz-border-radius: 5px;border-radius:5px;}

/* If using user thumbnails there's a pause well the new large image loads. This is the loader for that */		
.pika-loader{ background:url(loading.gif) 3px 3px no-repeat #000; background-color:rgba(0,0,0,0.9); color:white; width:60px; font-size:11px; padding:5px 3px; 
    text-align:right; position:absolute; top:15px; right:15px; }

/*if you just want to adjust the size of the stage and the thumbnails, you can do so by editing the following lines: */
.pika-thumbs li{width: 60px; height:60px;}
.pikachoose{width:430px; position:relative;margin-left: 90px;}
#pikame{width: 150px;}
.pika-thumbs {margin: 10px 0 0 17px; width:250px;position: absolute;top: 10px;right: 30px;}
.pika-thumbs li { margin: 5px 5px;}

/* jCarousel Styles */
/*if you're not using the carousel you can delete everything below this */
.jcarousel-skin-pika{position:absolute;top:0px;left:-90px;}
.jcarousel-skin-pika .jcarousel-container-vertical { width: 125px;height: 300px; overflow:hidden;}
.jcarousel-skin-pika .jcarousel-clip-vertical { width:  125px; height: 230px;}






















.ny-head{
	padding-top: 12px;
	height: 60px;
}
.ny-head a{
	font-size: 16px;
	color: #fff;
}
.effect-2{max-height: 324px; min-height: 324px; overflow: hidden;}
.effect-2 .h3{padding-top: 7px; line-height: 33px;}
.effect-2 .member-image{ height: 187px; overflow: hidden; width: 100%; transition: 0.4s; display: inline-block; float: none; vertical-align: middle;}
.effect-2 .member-info{transition: 0.4s;}
.effect-2 .member-info p{
	width: 90px;
	line-height: 33px;
	border: solid 1px #fff;
	text-align: center;
	border-radius: 20px;
	margin: 0 auto;
}
.effect-2 .member-info p a{
	font-size: 14px;
	color: #fff;
}
.effect-2 .member-image img{width: 100%; vertical-align: bottom;}
.effect-2 .social-touch{background-color: #1fb554; float: left; left: 0; bottom: 0; overflow: hidden; padding: 5px 0; width: 100%; transition: 0.4s;}
.effect-2:hover .member-image{height: 200px; transition: 0.4s;}











/*é¦–é¡µéƒ¨åˆ†*/
.bb-bg{
	background: #efefef;
	padding: 20px 0;
}
.bb-bg ul li{
	float: left;
	padding: 42px 0;
	font-size: 13px;
	color: #2b2b2b;
	padding-left: 40px;
	width: 350px;
	margin: 0 5px;
}
.bb-bg ul li p a{
	font-size: 20px;
	color: #EE0A1A;
	font-weight: bold;
}
.bb-icon1{
	background: url(../images/bb-icon1.jpg) no-repeat center top;
}
.bb-icon2{
	background: url(../images/bb-icon2.jpg) no-repeat center top;
}
.bb-icon3{
	background: url(../images/bb-icon3.jpg) no-repeat center top;
}

.about-bg{
	padding: 50px 0 60px;
}
.rgsjj{
	text-align: center;
	font-size: 25px;
	color: #2b2b2b;
	font-weight: bold;
}
.rgsjj:after{
	content: "";
	display: block;
	width: 71px;
	height: 8px;
	background: #ee0a1a;
	margin: 20px auto 0;
}
.gsjj-text{
	font-size: 13px;
	color: #2b2b2b;
	line-height: 38px;
	margin-top: 40px;
}
.about-more{
	width: 119px;
	line-height: 34px;
	background: #ee0a1a;
	text-align: center;
	margin: 40px auto 0;
}
.about-more a{
	font-size: 13px;
	color: #fff;
}

.ys-bg{
	background: url(../images/ys-bg.jpg) no-repeat center top;
	padding: 45px 0 28px;
}
.ys-tit{
	font-size: 15px;
	color: #fff;
}
.ys-tit p{
	font-size: 25px;
	color: #fff;
	font-weight: bold;
	margin-bottom: 10px;
}
.ys-list{
	margin-top: 135px;
	width: 540px;
}
.ys-list ul li{
	width: 270px;
	float: left;
	text-align: center;
	font-size: 15px;
	color: #3b3b3b;
	line-height: 24px;
	padding-top: 60px;
	margin-bottom: 60px;
}
.ys-icon1{
	background: url(../images/ys-icon4.png) no-repeat center top;
}
.ys-icon1:hover{
	background: url(../images/ys-icon4a.png) no-repeat center top;
}
.ys-icon2{
	background: url(../images/ys-icon1.png) no-repeat center top;
}
.ys-icon2:hover{
	background: url(../images/ys-icon1a.png) no-repeat center top;
}
.ys-icon3{
	background: url(../images/ys-icon2.png) no-repeat center top;
}
.ys-icon3:hover{
	background: url(../images/ys-icon2a.png) no-repeat center top;
}
.ys-icon4{
	background: url(../images/ys-icon3.png) no-repeat center top;
}
.ys-icon4:hover{
	background: url(../images/ys-icon3a.png) no-repeat center top;
}


.cp-con{
	margin: 50px auto;
}
.cp-tit{
	text-align: center;
	font-size: 18px;
	color: #6a6a6a;
}
.cp-tit p{
	font-size: 25px;
	color: #2B2B2B;
	font-weight: bold;
}
.cp-tit p:after{
	content: "";
	display: block;
	width: 59px;
	height: 4px;
	background: #ee0a1a;
	margin: 20px auto;
}
.productsrollgd{
	margin-top: 60px;
}
.cp-tupian{
	text-align: center;
	height: 245px;
	overflow: hidden;
}
.cp-tupian img{
	min-height: 100%;
	width: 100%;
}
.cpfl-mc{
	background: #ee0a1a;
	padding: 20px 0;
	text-align: center;
}
.cpfl-mc a{
	font-size: 16px;
	color: #fff;
}
.cpfl-mc a:after{
	content: "";
	display: block;
	width: 48px;
	height: 2px;
	background: #fff;
	margin: 10px auto 0;
}

.ry-bg{
	background: url(../images/ry-bg.jpg) no-repeat center top;
	padding: 30px 0 283px;
}
.cxzj{
	font-size: 13px;
	color: #2B2B2B;
	line-height: 36px;
	width: 630px;
	margin-top: 40px;
}
.cxzj p{
	margin-bottom: 20px;
}
.cxzj p a{
	font-size: 38px;
	color: #2B2B2B;
	font-weight: bold;
}
.sdry{
	font-size: 13px;
	color: #2B2B2B;
	text-transform: uppercase;
	text-align: center;
	width: 386px;
}
.sdry p a{
	font-size: 20px;
	color: #EE0A1A;
	font-weight: bold;
}

.xw-box{
	margin: 70px auto;
}
.xw-left{
	border: solid 1px #adadad;
	width: 288px;
	padding: 0 35px;
}
.zxzx-tit{
	background: url(../images/xw-titbg.png) no-repeat left top;
	width: 83px;
	text-align: center;
	padding: 15px 0 28px;
}
.zxzx-tit a{
	font-size: 18px;
	color: #fff;
	font-weight: bold;
}
.xw-zxq{
	margin-top: 20px;
}
.xw-xbt{
	height: 70px;
	overflow: hidden;
	border-bottom: solid 1px #000000;
	padding-bottom: 20px;
}
.xw-xbt a{
	font-size: 18px;
	color: #ee0a1a;
	font-weight: bold;
	line-height: 37px;
}
.xw-xnr{
	margin-top: 20px;
}
.xw-xnr a{
	font-size: 13px;
	color: #2b2b2b;
	line-height: 37px;
}
.xw-xmore{
	width: 117px;
	line-height: 31px;
	border: solid 1px #ee0a1a;
	text-align: center;
	margin: 20px 0 27px;
}
.xw-xmore a{
	font-size: 13px;
	color: #ee0a1a;
}
.xw-zjright{
	width: 379px;
	border: solid 1px #afafaf;
}
.xw-rtop{
	background: url(../images/xw-titbg1.png) no-repeat center top;
	line-height: 50px;
	padding-bottom: 8px;
}
.xw-tit ul li{
	float: left;
	width:160px;
	text-align: center;
}
.xw-tit ul li a{
	font-size: 18px;
	color: #fff;
}
.xw-jh{
	margin-right: 20px;
}
.xw-jh a{
	font-size: 30px;
	color: #FFFFFF;
	font-weight: bold;
}
.xw-con{
	margin-top: 10px;
	padding: 0 40px 2px;
}
.xw-con ul li{
	line-height: 40px;
}
.xw-con ul li a{
	font-size: 13px;
	color: #2b2b2b;
}


.yqlj{
	font-size: 16px;
	color: #ee0a1a;
	font-weight: bold;
	padding: 20px 0;
	text-transform: uppercase;
}
.yqlj span{
	margin-right: 10px;
}
.yqlj a{
	font-size: 16px;
	color: #1c1c1c;
}

/*å›¾ç‰‡åˆ—è¡¨*/

.photos-demo span{ display: inline-block; text-align: center; margin: 0 10px 20px;width: 280px;}
.photos-demo span p{color: #2b2b2b; font-size: 15px;line-height: 50px;background: #efefef}
.photos-demo span:hover p{
	background: #ee0a1a;
	color: #fff;
}
.tpmk-img{
	height: 200px;
	overflow: hidden;
}
.photos-demo span img{
	/*width: 100%;
	min-height: 235px;*/
	height: 100%;
	/*max-width: 100%;*/
}
.lh68{ position: absolute; top: 0; z-index: -1;}
.lhbd label{ display: inline-block; max-width:80px ; width: 100%; height: 30px; line-height: 30px; margin-bottom: 0px; border-bottom: #eee dashed 1px;}
.lhbd dt{ padding: 3px 0; width: 100%;}
.lhbdfr{ float: right;width: 100%;}
.lhbdfl{ float: left;width: 100%;}
.lhbdfr label{max-width:75px ; width: 100%;}
.lhbd input{ width: 57%;}
.lhbdfl input{ width: 67%;}
.lhbd span{ font-family: "é»‘ä½“";font-weight: 100;}
.lhbd .Content{ width: 84%;}
.clear{ clear: both;}
.lhbd .Content{ height:113px;}
.submit{ background: #ee0a1a; color: #fff; display: block; width: 80px; line-height: 30px; margin: 0 auto; text-align: center; border: none;}
.lh615{  line-height: 30px; margin: 0 10px; text-align: center; border: none;}</pre></body></html>